SQL for IBM I by Rafael Victória-Pereira
Author:Rafael Victória-Pereira [Неизв.]
Language: eng
Format: epub
Publisher: Independent Publishers Group
Published: 2018-07-16T21:00:00+00:00
Easy enough, right? Youâll see examples of RETURN, used in stored procedures, in the next chapter. It makes more sense to show examples of this statement in its proper context.
In This Chapter, Youâve Learned â¦
This chapter was a bit different from the previous ones, as it introduced a lot of new concepts almost without hands-on practice. It was a necessary approach, in order to explain the SQL/PSM building blocks that will be used in the next few chapters. Hereâs a summary of what Iâve covered here:
The concept of data-centric programming, which consists of bringing as much code as possible to near or inside the database, making it easier to âopen the database to the outside world,â as the Dean requested
SQL/PSMâs most important statements, namely: Variable declaration and assignment, using DECLARE and SET, respectively
Flow control, resorting to IF and CASE structures
Loop control, with LOOP, WHILE, REPEAT, FOR, and the âbail-outâ statements ITERATE and LEAVE
Dynamic SELECT statements, using cursors and the related statements (DECLARE, OPEN, PREPARE, FETCH, and CLOSE)
Other dynamic statements, also using DECLARE and PREPARE, but also EXECUTE and EXECUTE IMMEDIATE
Compound statements, one of the most important concepts in SQL/PSM
Download
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.
Hello! Python by Anthony Briggs(9929)
OCA Java SE 8 Programmer I Certification Guide by Mala Gupta(9805)
The Mikado Method by Ola Ellnestam Daniel Brolund(9794)
Algorithms of the Intelligent Web by Haralambos Marmanis;Dmitry Babenko(8315)
Sass and Compass in Action by Wynn Netherland Nathan Weizenbaum Chris Eppstein Brandon Mathis(7796)
Test-Driven iOS Development with Swift 4 by Dominik Hauser(7774)
Grails in Action by Glen Smith Peter Ledbrook(7706)
The Well-Grounded Java Developer by Benjamin J. Evans Martijn Verburg(7571)
Windows APT Warfare by Sheng-Hao Ma(6995)
Layered Design for Ruby on Rails Applications by Vladimir Dementyev(6723)
Blueprints Visual Scripting for Unreal Engine 5 - Third Edition by Marcos Romero & Brenden Sewell(6595)
Secrets of the JavaScript Ninja by John Resig Bear Bibeault(6429)
Kotlin in Action by Dmitry Jemerov(5077)
Hands-On Full-Stack Web Development with GraphQL and React by Sebastian Grebe(4325)
Solidity Programming Essentials by Ritesh Modi(4089)
Functional Programming in JavaScript by Mantyla Dan(4048)
WordPress Plugin Development Cookbook by Yannick Lefebvre(3878)
Unity 3D Game Development by Anthony Davis & Travis Baptiste & Russell Craig & Ryan Stunkel(3828)
The Ultimate iOS Interview Playbook by Avi Tsadok(3799)
